home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / css / pca.css next >
Cascading Style Sheet File  |  2003-03-03  |  4KB  |  181 lines

  1. body  {
  2.        font-size : 12px;
  3.        color : #000000;
  4.        background-color : #ffffff;
  5.        margin : 0px;
  6.        font-family : Arial, Helvetica, sans-serif;
  7.        }
  8. table  {
  9.        font-size : 12px;
  10.        font-family : arial, sans-serif;
  11.        }
  12. td  {
  13.        font-size : 12px;
  14.        font-family : arial, sans-serif;
  15.        }
  16. .table_red {
  17.        background-color : #DE0021;
  18.        }
  19. .table_white {
  20.        background-color : #ffffff;
  21.        }
  22. .table_black {
  23.        background-color : #000000;
  24.        }
  25. .table_grey {
  26.        background-color : #003C73;
  27.        }
  28. .table_blue {
  29.        background-color : #003C73;
  30.        }
  31. .table_navblue {
  32.        background-color : #0F528C;
  33.        }
  34. a  {
  35.        color : Navy;
  36.        text-decoration : none;
  37.        font-weight : normal;
  38.    }
  39. a:hover  {
  40.     color : #E60000;
  41.     text-decoration : none;
  42. }
  43. .smalltext  {
  44.     font-family : Verdana, Arial, Helvetica, sans-serif;
  45.     font-size : 9px;
  46.     font-weight : none;
  47. }
  48. .subheadline {
  49.         font-family : Helvetica, Verdana, Arial, sans-serif;
  50.     font-size : 12px;
  51.     color : #000069;
  52.     font-weight : bold;
  53.     text-decoration : none;
  54.     }
  55. .subheadline:hover {
  56.     color : #E60000;
  57.     }
  58. .sectionheading {
  59.         font-family : Helvetica, Verdana, Arial, sans-serif;
  60.     font-size : 16px;
  61.     color : #000069;
  62.     font-weight : bold;
  63.     text-decoration : none;
  64.     }
  65. .strap {
  66.         font-family : Verdana, Arial, Helvetica, sans-serif;
  67.     font-size : 14px;
  68.     color : #c00000;
  69.     text-decoration : none;
  70.     font-weight : bold;
  71.     }
  72. .headline{
  73.     font-family : Verdana, Arial, Helvetica, sans-serif;
  74.     font-size : 24px;
  75.     color : #000000;
  76.     text-decoration : none;
  77.     font-weight : bold;
  78.     }
  79. .indexname{
  80.     font-family : Verdana, Arial, Helvetica, sans-serif;
  81.     font-size : 18px;
  82.     color : #000069;
  83.     text-decoration : none;
  84.     font-weight : bold;
  85.     }
  86. .codetext {
  87.         font-family : Courier New, Courier, mono;
  88.     font-size : 11px;
  89.     color : #000000;
  90.     text-decoration : none;
  91.     }
  92. .bannerlink {
  93.         font-family : Verdana, Arial, Helvetica, sans-serif;
  94.     font-size : 13px;
  95.     color : #FFFFFF;
  96.     font-weight : bold;
  97.     }
  98. .bannerlink:hover {
  99.     color : #000069;
  100.     text-decoration : underline;
  101.     }
  102. .columnlink {
  103.     font-family : Verdana, Arial, Helvetica, sans-serif;
  104.     font-size : 11px;
  105.     color : #FFFFFF;
  106.     font-weight : bold;
  107.     }
  108. .columnlink:hover {
  109.     color : #E60000;
  110.     text-decoration : underline;
  111.     }
  112. select {
  113.     font-family : Verdana, Arial, Helvetica, sans-serif;
  114.     font-size : 11px;
  115.     }
  116. input {
  117.     font-family : Verdana, Arial, Helvetica, sans-serif;
  118.     font-size : 11px;
  119.     }
  120. .fp_property {
  121.         font-size : 11px;
  122.         }
  123. .fp_property_white {
  124.         font-size : 11px;
  125.         color: #ffffff;
  126.         }
  127. .fp_property_highlight {
  128.         font-size : 11px;
  129.         color: #c00000;
  130.         }
  131. .fp_property_upgrade {
  132.         background: #DED2D4;
  133.         }
  134. .fp_property_heading {
  135.         font-size : 18px;
  136.         font-weight: bold;
  137.         color: #ffffff;
  138.         }
  139. .fp_property_up {
  140.         font-size : 12px;
  141.         color: #000000;
  142.         }
  143. .fp_headline{
  144.     font-family : Verdana, Arial, Helvetica, sans-serif;
  145.     font-size : 19px;
  146.     color : #ffffff;
  147.     text-decoration : none;
  148.     font-weight : bold;
  149.     }
  150.  
  151.  
  152. .small_white {
  153.         font-size: 11px;
  154.         color: #ffffff;
  155.         font-weight: bold;
  156.         }
  157. a.small_white:link {
  158.         font-size: 11px;
  159.         color: #ffffff;
  160.         font-weight: bold;
  161.        }
  162. a.small_white:visited {
  163.         font-size: 11px;
  164.         color: #ffffff;
  165.         font-weight: bold;
  166.        }
  167. a.small_white:hover {
  168.         font-size: 11px;
  169.         color: #e70000;
  170.         font-weight: bold;
  171.        }
  172. a.small_white:active {
  173.         font-size: 11px;
  174.         color: #e70000;
  175.         font-weight: bold;
  176.        }
  177.  
  178.  
  179. .install_td {
  180.        background: #cecece;
  181.        }